home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DOpus Plus
/
DOpus Plus.iso
/
Tutorial
/
ARexx Tutorial
/
TuteRexx
/
Command.dopus5
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1998-09-10
|
220 b
|
11 lines
/* DOpus lister set attr */
options results
address 'DOPUS.1'
lister close all
lister new mode name "DOpus5:Icons"
handle = result
lister wait handle
lister set handle source lock
call setclip('Lister.test',handle)
exit